Command line arg processing fix (Bug#5392)
authorChong Yidong <cyd@stupidchicken.com>
Sat, 16 Jan 2010 19:28:59 +0000 (14:28 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 16 Jan 2010 19:28:59 +0000 (14:28 -0500)
commit48745df78e16494d1a13c7df60f8238339341a0c
tree9149f48dd3d19930ef8cdc72f20cd3f7fe917e76
parentf217bc39779c72ff278a4ba817efec1d84d679be
Command line arg processing fix (Bug#5392)

* src/emacs.c (standard_args): Adjust arg priorities to reflect how
they are processed in startup.el.

* lisp/startup.el (command-line): Remove unused --icon-type arg.
Handle --display arg, passing it to command-line-1 (Bug#5392).
lisp/ChangeLog
lisp/startup.el
src/ChangeLog
src/emacs.c